runtime.mspan.specialFindSplicePoint (method)
7 uses
	runtime (current package)
		mheap.go#L1879: 	iter, exists := span.specialFindSplicePoint(offset, kind)
		mheap.go#L1913: 	iter, exists := span.specialFindSplicePoint(offset, kind)
		mheap.go#L1930: func (span *mspan) specialFindSplicePoint(offset uintptr, kind byte) (**special, bool) {
		mheap.go#L2230: 	iter, exists := span.specialFindSplicePoint(offset, _KindSpecialWeakHandle)
		pinner.go#L328: 	ref, exists := span.specialFindSplicePoint(offset, _KindSpecialPinCounter)
		pinner.go#L348: 	ref, exists := span.specialFindSplicePoint(offset, _KindSpecialPinCounter)
		pinner.go#L371: 	t, exists := span.specialFindSplicePoint(offset, _KindSpecialPinCounter)
|  | The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |